@charset "utf-8";

/*ui-select样式，可根据实际项目需求进行调整*/


.ui-select-wrap {/*div颜色btn背景*/
  display: inline-block;
  /*border: 2px solid #d2d1d1;*/
  position: relative;
  height:100%; padding-right: 17px;
    /*border-radius: 3px;*/
  background-color: #fff;
  cursor: pointer;
  font: 100 16px/30px;
  -webkit-user-select: none;
  user-select: none;
  z-index: 8;
  vertical-align: top;
  border-style: none;
  border-width: 0;
}
i.ui-select-arrow{
  margin-right: 5px;
}

.ui-select-wrap.focus { z-index: 9; }

/*select.ui-select {
  height: 32px;
  vertical-align: top;
  padding: 0 8px 0 4px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #f2f2f2;
  font: 100 16px/30px;
}
*/
.ui-select-wrap>select {/*input边框颜色
  */
  display: none;
  height:100%;
  vertical-align: top;
  border-style: none;
  border-width: 0;
  /*border: 1px solid #d2d1d1;
*/}

.ui-select-input {/*小三角*/
  display: block;
  position: absolute;
 /* width: 195px;*/
  left: 0;
  top: 0;
  bottom: 0;
  right: 33px;/*按钮线的位置*/
  padding-left: 8px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  border-style: none;
  border-width: 0;
 /* border-right: 1px solid #fff;*/
  background: #fff;/*background: red;*/
  color:#898989;
}

.ui-select-arrow {/*小三角*/
  display: block;
  position: absolute;
  right: 8px;
  top: 11px;
  width: 9px;
  height: 5px;
 background: url(../images/se.png) center no-repeat;
  right: 3px;
  top: 35%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-width: 7px 7px 4px 7px;
  border-top-color: #fff;/**/
}

.ui-select-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 45px;
  background-color: #fff;
/*  border: 1px solid #AAA;*/
  width: 477px;

  overflow: auto;
  max-height: 200px;
 /* border-radius: 0 3px 3px 3px;*/
}

.ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 30px;
}

.ui-select-wrap.focus .ui-select-list { display: block; }

.ui-select-list>li {
  display: block;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3b3f4a;
  text-indent:10px;
}

.ui-select-list>li:hover { background-color: #ddd;/*下拉的选择时背景颜色*/ }
.demo-box {
    margin: 150px auto;
    width: 495px;
    border: 5px solid #ccc;
  background:#fff;
}
.ui-select-list>li.selected {
  background-color: #6ab8e7;
  color: #fff;
   
}

.ui-select-list>li.disabled {
  background-color: #f2f2f2;
  color: #999;
  cursor: not-allowed;
}

.ui-select-list>li.disabled.selected {
  background-color: #59ADFF;
  color: #f2f2f2;
  cursor: not-allowed;
}

.ui-select-wrap.disabled {
  color: #999;
  border-color: #3e9c6e;
  cursor: not-allowed;
}

.ui-select-wrap.disabled .ui-select-arrow { border-top-color: #5ab17a; }
.demo-box {
    margin: 150px auto;
    width: 495px;
    border: 5px solid #ccc;
  background:#fff;
}
.demo-table {
    border-collapse: collapse;
    width: 100%;
}

.demo-table tr td {
  padding: 0px;:0px;
 /*   padding: 8px 10px;*/
  font-size:14px;line-height:1.8;
    vertical-align: top;
}
.ui-input {
    vertical-align: top;
    height: 18px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #474a53;
    /*padding: 6px 8px;*/
    border-radius: 3px;

}
